﻿2026-06-04T07:59:19.4980261Z ##[group]Run actions/checkout@v5
2026-06-04T07:59:19.4981182Z with:
2026-06-04T07:59:19.4981571Z   repository: SaberMage/spt-core
2026-06-04T07:59:19.4984730Z   token: ***
2026-06-04T07:59:19.4985047Z   ssh-strict: true
2026-06-04T07:59:19.4985395Z   ssh-user: git
2026-06-04T07:59:19.4985734Z   persist-credentials: true
2026-06-04T07:59:19.4986106Z   clean: true
2026-06-04T07:59:19.4986431Z   sparse-checkout-cone-mode: true
2026-06-04T07:59:19.4986823Z   fetch-depth: 1
2026-06-04T07:59:19.4987154Z   fetch-tags: false
2026-06-04T07:59:19.4987487Z   show-progress: true
2026-06-04T07:59:19.4987828Z   lfs: false
2026-06-04T07:59:19.4988204Z   submodules: false
2026-06-04T07:59:19.4988530Z   set-safe-directory: true
2026-06-04T07:59:19.4989053Z ##[endgroup]
2026-06-04T07:59:19.6743805Z Syncing repository: SaberMage/spt-core
2026-06-04T07:59:19.6745041Z ##[group]Getting Git version info
2026-06-04T07:59:19.6745594Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T07:59:19.7002960Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T07:59:19.7207525Z git version 2.43.0.windows.1
2026-06-04T07:59:19.7235864Z ##[endgroup]
2026-06-04T07:59:19.7244040Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\007ecf04-e4d1-4f1e-a658-62d845df549d\.gitconfig'
2026-06-04T07:59:19.7257679Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\007ecf04-e4d1-4f1e-a658-62d845df549d' before making global git config changes
2026-06-04T07:59:19.7258736Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T07:59:19.7263131Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T07:59:19.7497197Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T07:59:19.7684891Z https://github.com/SaberMage/spt-core
2026-06-04T07:59:19.7712653Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T07:59:19.7716914Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T07:59:19.7914320Z refs/heads/dev-freeform
2026-06-04T07:59:19.7942077Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T07:59:19.8209375Z HEAD is now at 9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:19.8696144Z ##[endgroup]
2026-06-04T07:59:19.8700799Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T07:59:20.2438327Z ##[group]Cleaning the repository
2026-06-04T07:59:20.2442154Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T07:59:22.8002019Z Removing target/
2026-06-04T07:59:22.8045842Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T07:59:22.8405313Z HEAD is now at 9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:22.8437620Z ##[endgroup]
2026-06-04T07:59:22.8442776Z ##[group]Disabling automatic garbage collection
2026-06-04T07:59:22.8449455Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T07:59:22.8699254Z ##[endgroup]
2026-06-04T07:59:22.8699661Z ##[group]Setting up auth
2026-06-04T07:59:22.8706747Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T07:59:22.8939902Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T07:59:23.2824004Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T07:59:23.3065786Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T07:59:23.6674205Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T07:59:23.6898200Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T07:59:24.0571695Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T07:59:24.0865647Z ##[endgroup]
2026-06-04T07:59:24.0866070Z ##[group]Fetching the repository
2026-06-04T07:59:24.0873506Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fac5390690ed9c6ed759cca15e289d854009783:refs/remotes/origin/dev-freeform
2026-06-04T07:59:24.7506687Z From https://github.com/SaberMage/spt-core
2026-06-04T07:59:24.7507250Z  + 9b5c39c...6fac539 6fac5390690ed9c6ed759cca15e289d854009783 -> origin/dev-freeform  (forced update)
2026-06-04T07:59:24.7628956Z ##[endgroup]
2026-06-04T07:59:24.7629545Z ##[group]Determining the checkout info
2026-06-04T07:59:24.7630349Z ##[endgroup]
2026-06-04T07:59:24.7636151Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T07:59:24.7912046Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T07:59:24.8138909Z ##[group]Checking out the ref
2026-06-04T07:59:24.8144138Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T07:59:24.8515379Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T07:59:24.8515718Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T07:59:24.8516131Z Previous HEAD position was 9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:24.8516556Z Switched to and reset branch 'dev-freeform'
2026-06-04T07:59:24.8539185Z ##[endgroup]
2026-06-04T07:59:24.8773404Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T07:59:24.8966603Z 6fac5390690ed9c6ed759cca15e289d854009783
